Searched refs:ac_cv_huge_val_sanity (Results 1 - 4 of 4) sorted by relevance

/external/llvm/autoconf/m4/
H A Dhuge_val.m46 AC_CACHE_CHECK([for HUGE_VAL sanity], [ac_cv_huge_val_sanity],[
12 [ac_cv_huge_val_sanity=yes],[ac_cv_huge_val_sanity=no],
13 [ac_cv_huge_val_sanity=yes])
17 AC_SUBST(HUGE_VAL_SANITY,$ac_cv_huge_val_sanity)
/external/llvm/projects/sample/autoconf/m4/
H A Dhuge_val.m46 AC_CACHE_CHECK([for HUGE_VAL sanity], [ac_cv_huge_val_sanity],[
14 [ac_cv_huge_val_sanity=yes],[ac_cv_huge_val_sanity=no],
15 [ac_cv_huge_val_sanity=yes])
19 AC_SUBST(HUGE_VAL_SANITY,$ac_cv_huge_val_sanity)
/external/llvm/
H A Dconfigure17148 if test "${ac_cv_huge_val_sanity+set}" = set; then
17161 ac_cv_huge_val_sanity=yes
17198 ac_cv_huge_val_sanity=yes
17205 ac_cv_huge_val_sanity=no
17220 { echo "$as_me:$LINENO: result: $ac_cv_huge_val_sanity" >&5
17221 echo "${ECHO_T}$ac_cv_huge_val_sanity" >&6; }
17222 HUGE_VAL_SANITY=$ac_cv_huge_val_sanity
/external/llvm/projects/sample/
H A Dconfigure15991 if test "${ac_cv_huge_val_sanity+set}" = set; then
16004 ac_cv_huge_val_sanity=yes
16041 ac_cv_huge_val_sanity=yes
16048 ac_cv_huge_val_sanity=no
16063 { echo "$as_me:$LINENO: result: $ac_cv_huge_val_sanity" >&5
16064 echo "${ECHO_T}$ac_cv_huge_val_sanity" >&6; }
16065 HUGE_VAL_SANITY=$ac_cv_huge_val_sanity

Completed in 116 milliseconds