/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | buffer_comparator_test.cc | 106 CompareEqualFloatBuffers<Eigen::half>({std::nanf("")}, {std::nanf("")})); in TEST_F() 108 EXPECT_TRUE(CompareEqualFloatBuffers<Eigen::half>({std::nanf("")}, in TEST_F() 109 {std::nanf("1234")})); in TEST_F() 110 EXPECT_FALSE(CompareEqualFloatBuffers<Eigen::half>({std::nanf("")}, {1.})); in TEST_F() 113 CompareEqualFloatBuffers<float>({std::nanf("")}, {std::nanf("")})); in TEST_F() 116 CompareEqualFloatBuffers<float>({std::nanf("")}, {std::nanf("1234")})); in TEST_F() 117 EXPECT_FALSE(CompareEqualFloatBuffers<float>({std::nanf("")}, {1.})); in TEST_F() 120 CompareEqualFloatBuffers<double>({std::nanf("")}, {std::nanf("")})); in TEST_F() 123 CompareEqualFloatBuffers<double>({std::nanf("")}, {std::nanf("1234")})); in TEST_F() 124 EXPECT_FALSE(CompareEqualFloatBuffers<double>({std::nanf("")}, {1.})); in TEST_F() [all …]
|
/external/XNNPACK/eval/ |
D | f32-extexp-ulp.cc | 102 std::fill(m.begin(), m.end(), std::nanf("")); in ExtExpError() 103 std::fill(e.begin(), e.end(), std::nanf("")); in ExtExpError() 120 std::fill(m.begin(), m.end(), std::nanf("")); in ExtExpError() 121 std::fill(e.begin(), e.end(), std::nanf("")); in ExtExpError()
|
D | f32-exp-ulp.cc | 98 std::fill(y.begin(), y.end(), std::nanf("")); in ExpError() 115 std::fill(y.begin(), y.end(), std::nanf("")); in ExpError()
|
/external/XNNPACK/test/ |
D | raddextexp-microkernel-tester.h | 60 float sum[2] = { nanf(""), nanf("") }; in Test()
|
D | raddstoreexpminusmax-microkernel-tester.h | 55 std::fill(y.begin(), y.end(), std::nanf("")); in Test() 67 float sum = std::nanf(""); in Test()
|
D | avgpool-microkernel-tester.h | 431 std::fill(input.begin(), input.begin() + input_offset(), std::nanf("")); 432 std::fill(input.end() - XNN_EXTRA_BYTES / sizeof(float), input.end(), std::nanf("")); 433 std::fill(output.begin(), output.end(), std::nanf("")); 528 std::fill(input.begin(), input.begin() + input_offset(), std::nanf("")); 529 std::fill(input.end() - XNN_EXTRA_BYTES / sizeof(float), input.end(), std::nanf("")); 530 std::fill(output.begin(), output.end(), std::nanf("")); 626 std::fill(input.begin(), input.begin() + input_offset(), std::nanf("")); 627 std::fill(input.end() - XNN_EXTRA_BYTES / sizeof(float), input.end(), std::nanf("")); 629 std::fill(output.begin(), output.end(), std::nanf("")); 724 std::fill(input.begin(), input.begin() + input_offset(), std::nanf("")); [all …]
|
D | vbinaryc-microkernel-tester.h | 105 std::fill(y.begin(), y.end(), nanf("")); in Test() 170 std::fill(y.begin(), y.end(), nanf("")); in Test() 252 std::fill(y.begin(), y.end(), nanf("")); 316 std::fill(y.begin(), y.end(), nanf("")); 404 std::fill(y.begin(), y.end(), nanf(""));
|
D | vbinary-microkernel-tester.h | 113 std::fill(y.begin(), y.end(), nanf("")); in Test() 175 std::fill(y.begin(), y.end(), nanf("")); in Test() 254 std::fill(y.begin(), y.end(), nanf("")); 315 std::fill(y.begin(), y.end(), nanf("")); 399 std::fill(y.begin(), y.end(), nanf(""));
|
D | raddexpminusmax-microkernel-tester.h | 62 float sum = std::nanf(""); in Test()
|
D | ibilinear-microkernel-tester.h | 108 std::fill(output.begin(), output.end(), nanf("")); in Test() 162 std::fill(output.begin(), output.end(), nanf("")); in TestCHW()
|
D | vscale-microkernel-tester.h | 71 std::fill(y.begin(), y.end(), nanf(""));
|
D | rmax-microkernel-tester.h | 86 float y = std::nanf(""); in Test()
|
D | vmulcaddc-microkernel-tester.h | 214 std::fill(y.begin(), y.end(), nanf("")); 218 std::fill(packed_w.begin(), packed_w.end(), nanf(""));
|
/external/XNNPACK/bench/ |
D | f32-softmax.cc | 216 float x_max = nanf(""); in ThreePassSoftMaxWithRecomputing() 218 float y_sum = nanf(""); in ThreePassSoftMaxWithRecomputing() 278 float x_max = nanf(""); in ThreePassSoftMaxWithReloading() 280 float y_sum = nanf(""); in ThreePassSoftMaxWithReloading()
|
D | f32-raddextexp.cc | 51 float y_sum[2] = { nanf(""), nanf("") }; in f32_raddextexp()
|
D | f32-raddexpminusmax.cc | 50 float x_max = nanf(""); in f32_raddexpminusmax() 57 float y_sum = nanf(""); in f32_raddexpminusmax()
|
D | f32-vscaleexpminusmax.cc | 51 float x_max = nanf(""); in f32_vscaleexpminusmax() 53 float y_sum = nanf(""); in f32_vscaleexpminusmax()
|
D | truncation.cc | 30 std::fill(output.begin(), output.end(), std::nanf("")); in xnnpack_truncation_f32()
|
/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
D | gpu_debug_allocator.cc | 174 std::nanf("")); in AllocateRaw() 191 std::nanf("")); in DeallocateRaw()
|
/external/clang/lib/Headers/ |
D | __clang_cuda_math_forward_declares.h | 146 __DEVICE__ float nanf(const char *); 240 using ::nanf;
|
/external/llvm-project/clang/lib/Headers/ |
D | __clang_cuda_math_forward_declares.h | 142 __DEVICE__ float nanf(const char *); 251 using ::nanf;
|
/external/libcxx/include/support/ibm/ |
D | limits.h | 47 #define __builtin_nanf(__dummy) nanf(__dummy) // 0x7ff80000
|
/external/llvm-project/libcxx/include/support/ibm/ |
D | limits.h | 46 #define __builtin_nanf(__dummy) nanf(__dummy) // 0x7ff80000
|
/external/clang/test/CodeGen/ |
D | builtins.c | 47 Q(nanf, ("")); in main() 51 Q(nanf, ("10")); in main()
|
/external/XNNPACK/src/operators/ |
D | global-average-pooling-ncw.c | 77 …global_average_pooling_op->params.f32_gavgpool = xnn_init_f32_gavgpool_params(nanf(""), output_min… in xnn_create_global_average_pooling_ncw_f32()
|