Searched refs:nan (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dcopysign.c27 } nan; member in union:__anon1456
71 } nan; member in union:__anon1460
102 } nan; member in union:__anon1464
126 } nan; member in union:__anon1467
H A Dfloatformat.c322 int nan;
326 nan = 0;
335 nan = 1;
350 if (nan)
321 int nan; local
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcopysign.c27 } nan; member in union:__anon639
71 } nan; member in union:__anon643
102 } nan; member in union:__anon647
126 } nan; member in union:__anon650
H A Dfloatformat.c322 int nan;
326 nan = 0;
335 nan = 1;
350 if (nan)
321 int nan; local
/freebsd-11-stable/lib/msun/src/
H A Ds_nan.c39 * Scan a string of hexadecimal digits (the format nan(3) expects) and
48 * impossible to use nan(3) portably anyway, so this seems good enough.
79 nan(const char *s) function
109 __weak_reference(nan, nanl);
H A Dmath.h287 double nan(const char *) __pure2;
/freebsd-11-stable/lib/msun/tests/
H A Dnan_test.c28 * Test for nan(), nanf(), and nanl(). We also test that strtod("nan(...)")
29 * and sscanf("nan(...)", ...) work identically.
55 snprintf(nan_str, sizeof(nan_str), "nan(%s)", nan_format);
75 /* nanf("") == strtof("nan") */
76 af[3] = strtof("nan", NULL);
80 ad[0] = nan(nan_format);
88 /* nan("") == strtod("nan") */
89 ad[3] = strtod("nan", NUL
[all...]
/freebsd-11-stable/usr.bin/sort/
H A Dcoll.h55 bool nan; member in struct:g_hint
H A Dcoll.c1144 kv1->hint->v.gh.nan = is_nan(d1);
1161 kv2->hint->v.gh.nan = is_nan(d2);
1176 if (kv1->hint->v.gh.nan)
1177 return ((kv2->hint->v.gh.nan) ?
1180 else if (kv2->hint->v.gh.nan)
/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp70 bool nan = files[0].flags & EF_MIPS_NAN2008; local
83 if (nan != nan2)
85 " is incompatible with target -mnan=" + getNanName(nan));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h167 __DEVICE__ double nan(const char *);
276 using ::nan;
H A Dopencl-c.h8046 float __ovld __cnfn nan(uint nancode);
8047 float2 __ovld __cnfn nan(uint2 nancode);
8048 float3 __ovld __cnfn nan(uint3 nancode);
8049 float4 __ovld __cnfn nan(uint4 nancode);
8050 float8 __ovld __cnfn nan(uint8 nancode);
8051 float16 __ovld __cnfn nan(uint16 nancode);
8053 double __ovld __cnfn nan(ulong nancode);
8054 double2 __ovld __cnfn nan(ulong2 nancode);
8055 double3 __ovld __cnfn nan(ulong3 nancode);
8056 double4 __ovld __cnfn nan(ulong
[all...]
/freebsd-11-stable/contrib/libstdc++/libmath/
H A Dmathconf.h79 # include <nan.h>
/freebsd-11-stable/lib/msun/
H A DMakefile162 lgamma.3 log.3 lrint.3 lround.3 math.3 nan.3 \
233 MLINKS+=nan.3 nanf.3 nan.3 nanl.3
/freebsd-11-stable/contrib/gcc/config/
H A Dfp-bit.c61 NO_NANS: Disable nan and infinity handling
122 #define nan() 0
143 nan (void)
571 /* Nonzero fraction, means nan */
584 /* Keep the fraction part as the nan number */
624 return nan ();
805 return nan ();
813 return nan ();
991 return nan ();
1097 /* either nan
[all...]
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure8362 for ac_header in nan.h ieeefp.h endian.h sys/isa_defs.h machine/endian.h \
31038 nan(0);
32557 for ac_header in nan.h ieeefp.h endian.h sys/isa_defs.h machine/endian.h \
[all...]

Completed in 419 milliseconds