/third_party/musl/libc-test/src/math/ |
D | fpclassify.c | 18 T(0x1p-127, FP_SUBNORMAL) 19 T(-0x1p-127, FP_SUBNORMAL) 37 T(0x1p-1023, FP_SUBNORMAL) 38 T(-0x1p-1023, FP_SUBNORMAL) 57 T(0x1p-16383L, FP_SUBNORMAL) 58 T(-0x1p-16383L, FP_SUBNORMAL) 62 T(0x1p-1023L, FP_SUBNORMAL) 63 T(-0x1p-1023L, FP_SUBNORMAL) 78 C(FP_SUBNORMAL) in strclass()
|
/third_party/vixl/src/ |
D | utils-vixl.cc | 180 return FP_SUBNORMAL; in Float16Classify() 285 case FP_SUBNORMAL: { in FPToFloat() 375 case FP_SUBNORMAL: { in FPToFloat() 433 case FP_SUBNORMAL: in FPToDouble() 487 case FP_SUBNORMAL: { in FPToFloat16() 541 case FP_SUBNORMAL: { in FPToFloat16()
|
/third_party/musl/porting/liteos_m/kernel/src/math/ |
D | __fpclassifyl.c | 15 return u.i.m ? FP_SUBNORMAL : FP_ZERO; in __fpclassifyl() 37 return u.i2.lo | u.i2.hi ? FP_SUBNORMAL : FP_ZERO; in __fpclassifyl()
|
D | __fpclassify.c | 8 if (!e) return u.i<<1 ? FP_SUBNORMAL : FP_ZERO; in __fpclassify()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | __fpclassifyl.c | 15 return u.i.m ? FP_SUBNORMAL : FP_ZERO; in __fpclassifyl() 37 return u.i2.lo | u.i2.hi ? FP_SUBNORMAL : FP_ZERO; in __fpclassifyl()
|
D | __fpclassifyf.c | 8 if (!e) return u.i<<1 ? FP_SUBNORMAL : FP_ZERO; in __fpclassifyf()
|
D | __fpclassify.c | 8 if (!e) return u.i<<1 ? FP_SUBNORMAL : FP_ZERO; in __fpclassify()
|
/third_party/musl/porting/uniproton/kernel/src/math/ |
D | __fpclassifyl.c | 15 return u.i.m ? FP_SUBNORMAL : FP_ZERO; in __fpclassifyl() 37 return u.i2.lo | u.i2.hi ? FP_SUBNORMAL : FP_ZERO; in __fpclassifyl()
|
D | __fpclassify.c | 8 if (!e) return u.i<<1 ? FP_SUBNORMAL : FP_ZERO; in __fpclassify()
|
/third_party/musl/src/math/ |
D | __fpclassifyl.c | 15 return u.i.m ? FP_SUBNORMAL : FP_ZERO; in __fpclassifyl() 37 return u.i2.lo | u.i2.hi ? FP_SUBNORMAL : FP_ZERO; in __fpclassifyl()
|
D | __fpclassifyf.c | 8 if (!e) return u.i<<1 ? FP_SUBNORMAL : FP_ZERO; in __fpclassifyf()
|
D | __fpclassify.c | 8 if (!e) return u.i<<1 ? FP_SUBNORMAL : FP_ZERO; in __fpclassify()
|
/third_party/mesa3d/src/mesa/main/ |
D | querymatrix.c | 100 case FP_SUBNORMAL: in _mesa_QueryMatrixxOES()
|
/third_party/musl/libc-test/src/regression/ |
D | fpclassify-invalid-ld80.c | 19 C(FP_SUBNORMAL) in strclass()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
D | utils-arm64.cc | 65 return FP_SUBNORMAL; in float16classify()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | common.inl | 34 return std::fpclassify(x) == FP_SUBNORMAL;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
D | iostream_state_saver.h | 235 std::fpclassify(dest) == FP_SUBNORMAL)) {
|
/third_party/musl/ndk_musl_include/ |
D | math.h | 36 #define FP_SUBNORMAL 3 macro
|
/third_party/musl/libc-test/src/api/ |
D | math.c | 47 C(FP_SUBNORMAL) in f()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 36 #define FP_SUBNORMAL 3 macro
|
/third_party/musl/include/ |
D | math.h | 36 #define FP_SUBNORMAL 3 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | math.h | 36 #define FP_SUBNORMAL 3 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | math.h | 36 #define FP_SUBNORMAL 3 macro
|
/third_party/ffmpeg/libavfilter/ |
D | af_astats.c | 381 p->nb_denormals += type == FP_SUBNORMAL; in update_float_stat() 390 p->nb_denormals += type == FP_SUBNORMAL; in update_double_stat()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/ |
D | hash.h | 317 case FP_SUBNORMAL:
|