Home
last modified time | relevance | path

Searched refs:FP_SUBNORMAL (Results 1 - 25 of 33) sorted by relevance

12

/third_party/musl/libc-test/src/math/
H A Dfpclassify.c18 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/musl/porting/liteos_a/kernel/src/math/
H A D__fpclassifyl.c15 return u.i.m ? FP_SUBNORMAL : FP_ZERO; in __fpclassifyl()
37 return u.i2.lo | u.i2.hi ? FP_SUBNORMAL : FP_ZERO; in __fpclassifyl()
H A D__fpclassifyf.c8 if (!e) return u.i<<1 ? FP_SUBNORMAL : FP_ZERO; in __fpclassifyf()
H A D__fpclassify.c8 if (!e) return u.i<<1 ? FP_SUBNORMAL : FP_ZERO; in __fpclassify()
/third_party/musl/porting/liteos_m/kernel/src/math/
H A D__fpclassifyl.c15 return u.i.m ? FP_SUBNORMAL : FP_ZERO; in __fpclassifyl()
37 return u.i2.lo | u.i2.hi ? FP_SUBNORMAL : FP_ZERO; in __fpclassifyl()
H A D__fpclassify.c8 if (!e) return u.i<<1 ? FP_SUBNORMAL : FP_ZERO; in __fpclassify()
/third_party/musl/src/math/
H A D__fpclassifyl.c15 return u.i.m ? FP_SUBNORMAL : FP_ZERO; in __fpclassifyl()
37 return u.i2.lo | u.i2.hi ? FP_SUBNORMAL : FP_ZERO; in __fpclassifyl()
H A D__fpclassify.c8 if (!e) return u.i<<1 ? FP_SUBNORMAL : FP_ZERO; in __fpclassify()
H A D__fpclassifyf.c8 if (!e) return u.i<<1 ? FP_SUBNORMAL : FP_ZERO; in __fpclassifyf()
/third_party/musl/porting/uniproton/kernel/src/math/
H A D__fpclassifyl.c15 return u.i.m ? FP_SUBNORMAL : FP_ZERO; in __fpclassifyl()
37 return u.i2.lo | u.i2.hi ? FP_SUBNORMAL : FP_ZERO; in __fpclassifyl()
H A D__fpclassify.c8 if (!e) return u.i<<1 ? FP_SUBNORMAL : FP_ZERO; in __fpclassify()
/third_party/vixl/src/
H A Dutils-vixl.cc180 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/libc-test/src/regression/
H A Dfpclassify-invalid-ld80.c19 C(FP_SUBNORMAL) in strclass()
/third_party/mesa3d/src/mesa/main/
H A Dquerymatrix.c100 case FP_SUBNORMAL: in _mesa_QueryMatrixxOES()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dutils-arm64.cc65 return FP_SUBNORMAL; in float16classify()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dmath.h36 #define FP_SUBNORMAL 3 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h36 #define FP_SUBNORMAL 3 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h36 #define FP_SUBNORMAL 3 macro
/third_party/musl/include/
H A Dmath.h36 #define FP_SUBNORMAL 3 macro
/third_party/musl/libc-test/src/api/
H A Dmath.c47 C(FP_SUBNORMAL) in f()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Diostream_state_saver.h235 std::fpclassify(dest) == FP_SUBNORMAL)) { in read_floating_point()
/third_party/ffmpeg/libavfilter/
H A Daf_astats.c368 p->nb_denormals += type == FP_SUBNORMAL; in update_float_stat()
377 p->nb_denormals += type == FP_SUBNORMAL; in update_double_stat()
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/
H A Dhash.h317 case FP_SUBNORMAL: in AbslHashValue()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dconvert_test.cc594 (f == 'a' || f == 'A') && std::fpclassify(d) == FP_SUBNORMAL) { in TestWithMultipleFormatsHelper()
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-logic-arm64.cc121 case FP_SUBNORMAL: in FPToDouble()
148 case FP_SUBNORMAL: { in FPToFloat()
231 case FP_SUBNORMAL: { in FPToFloat16()
279 case FP_SUBNORMAL: { in FPToFloat16()
328 case FP_SUBNORMAL: { in FPToFloat()

Completed in 21 milliseconds

12