HomeSort by relevance Sort by last modified time
    Searched refs:Nan (Results 1 - 16 of 16) sorted by null

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.0/
OpenCL.std.h 78 Nan = 46,
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.1/
OpenCL.std.h 78 Nan = 46,
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.2/
OpenCL.std.h 78 Nan = 46,
  /external/swiftshader/third_party/subzero/crosstest/
test_fcmp_main.cpp 50 static const double Nan = 0.0 / 0.0;
54 assert(std::fpclassify(Nan) == FP_NAN);
60 FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan);
test_cast_main.cpp 130 static const float Nan = 0.0 / 0.0;
132 volatile float Values[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan);
200 static const double Nan = 0.0 / 0.0;
202 volatile float ValsF32[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan);
205 volatile double ValsF64[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan);
test_arith_main.cpp 248 static const Type Nan = 0.0 / 0.0;
250 volatile Type Values[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan);
274 // Compare results using memcmp() in case they are both NaN.
292 // Compare results using memcmp() in case they are both NaN.
304 // Compare results using memcmp() in case they are both NaN.
319 static const float Nan = 0.0 / 0.0;
321 volatile float Values[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan);
test_select_main.cpp 74 static const float Nan = 0.0 / 0.0;
76 volatile float Values[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan);
  /external/shaderc/spirv-headers/include/spirv/1.0/
OpenCL.std.h 82 Nan = 46,
  /external/shaderc/spirv-headers/include/spirv/1.1/
OpenCL.std.h 82 Nan = 46,
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
OpenCL.std.h 82 Nan = 46,
SPIRVExtInst.h 107 add(OpenCLLIB::Nan, "nan");
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
386Ops.go 290 // any comparison involving a NaN is always FALSE and thus
294 {name: "SETORD", argLength: 1, reg: flagsgp, asm: "SETPC"}, // extract "ordered" (No Nan present) condition from arg0
295 {name: "SETNAN", argLength: 1, reg: flagsgp, asm: "SETPS"}, // extract "unordered" (Nan present) condition from arg0
    [all...]
AMD64Ops.go 374 // any comparison involving a NaN is always FALSE and thus
378 {name: "SETORD", argLength: 1, reg: flagsgp, asm: "SETPC"}, // extract "ordered" (No Nan present) condition from arg0
379 {name: "SETNAN", argLength: 1, reg: flagsgp, asm: "SETPS"}, // extract "unordered" (Nan present) condition from arg0
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
386Ops.go 290 // any comparison involving a NaN is always FALSE and thus
294 {name: "SETORD", argLength: 1, reg: flagsgp, asm: "SETPC"}, // extract "ordered" (No Nan present) condition from arg0
295 {name: "SETNAN", argLength: 1, reg: flagsgp, asm: "SETPS"}, // extract "unordered" (Nan present) condition from arg0
    [all...]
AMD64Ops.go 374 // any comparison involving a NaN is always FALSE and thus
378 {name: "SETORD", argLength: 1, reg: flagsgp, asm: "SETPC"}, // extract "ordered" (No Nan present) condition from arg0
379 {name: "SETNAN", argLength: 1, reg: flagsgp, asm: "SETPS"}, // extract "unordered" (Nan present) condition from arg0
    [all...]
  /external/v8/src/
code-stub-assembler.h 42 V(NanValue, Nan) \
    [all...]

Completed in 300 milliseconds