/external/llvm/test/Transforms/InstCombine/ |
div-shift-crash.ll | 101 attributes #0 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
crash_smallpt.ll | 105 attributes #0 = { ssp uwtable "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="false" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
|
/external/skia/include/core/ |
SkScalar.h | 60 // We rely on the following behavior of infinities and nans
|
SkMatrix.h | 537 * equal to themselves. So a matrix full of NaNs is "cheap equal" to 538 * another matrix full of NaNs iff the NaN values are bitwise identical
|
/external/stlport/test/unit/ |
limits_test.cpp | 251 /* NaNs shall always compare "false" when compared for equality
|
/external/valgrind/main/docs/internals/ |
3_1_BUGSTATUS.txt | 81 v5262 v5446 n-i-bz fsub 3,3,3 in ppc32 dispatcher doesn't clear NaNs
|
/ndk/tests/device/test-gnustl-full/unit/ |
limits_test.cpp | 251 /* NaNs shall always compare "false" when compared for equality
|
/ndk/tests/device/test-stlport/unit/ |
limits_test.cpp | 251 /* NaNs shall always compare "false" when compared for equality
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
ddInvert.decTest | 188 -- propagating NaNs
|
dqInvert.decTest | 231 -- propagating NaNs
|
logb.decTest | 178 -- propagating NaNs
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
ddInvert.decTest | 188 -- propagating NaNs
|
dqInvert.decTest | 231 -- propagating NaNs
|
logb.decTest | 178 -- propagating NaNs
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
V8Binding.cpp | 386 // NaNs and +/-Infinity should be 0, otherwise modulo 2^64. 428 // NaNs and +/-Infinity should be 0, otherwise modulo 2^64.
|
/external/chromium_org/third_party/qcms/src/ |
transform_util.c | 238 /* The SSE2 code uses min & max which let NaNs pass through. 246 // instead of out of range so that we catch NaNs
|
/external/chromium_org/third_party/skia/include/core/ |
SkMatrix.h | 537 * equal to themselves. So a matrix full of NaNs is "cheap equal" to 538 * another matrix full of NaNs iff the NaN values are bitwise identical
|
/external/junit/src/org/junit/ |
Assert.java | 423 * ignored. NaNs are considered equal: 499 * value is infinity then the delta value is ignored.NaNs are considered
|
/external/llvm/include/llvm/IR/ |
Instruction.h | 185 /// Set or clear the no-nans flag on this instruction, which must be an 213 /// Determine whether the no-NaNs flag is set.
|
/external/llvm/include/llvm/Support/ |
MathExtras.h | 500 /// changes the bits of NaNs on some hosts, notably x86, so this 513 /// changes the bits of NaNs on some hosts, notably x86, so this
|
/external/valgrind/main/VEX/useful/ |
fp_80_64.c | 99 * Identity of NaNs is not preserved. 240 * Identity of NaNs is not preserved.
|
hd_fpu.c | 82 bexp = 0x7FF; /* preserve Infs/Nans */ 117 bexp = 0x7FFF; /* preserve Infs/Nans */ 571 Support for non-normal numbers (infinities, nans, denorms, etc) is [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
decNumber.c | 548 /* if subset then infinities and NaNs are not allowed */ 551 /* Infinities and NaNs are possible, here */ 561 /* 2003.09.10 NaNs are now permitted to have a sign */ [all...] |
/external/icu4c/i18n/ |
decNumber.c | 561 /* if subset then infinities and NaNs are not allowed */ 564 /* Infinities and NaNs are possible, here */ 574 /* 2003.09.10 NaNs are now permitted to have a sign */ [all...] |
/external/clang/include/clang/Driver/ |
CC1Options.td | 178 def menable_no_nans : Flag<["-"], "menable-no-nans">, 179 HelpText<"Allow optimization to assume there are no NaNs.">; 534 HelpText<"OpenCL only. Allow floating-point optimizations that assume arguments and results are not NaNs or +-Inf.">;
|