Home
last modified time | relevance | path

Searched refs:nanf (Results 1 – 25 of 147) sorted by relevance

123456

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dbuffer_comparator_test.cc106 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/
Df32-extexp-ulp.cc102 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()
Df32-exp-ulp.cc98 std::fill(y.begin(), y.end(), std::nanf("")); in ExpError()
115 std::fill(y.begin(), y.end(), std::nanf("")); in ExpError()
/external/XNNPACK/test/
Draddextexp-microkernel-tester.h60 float sum[2] = { nanf(""), nanf("") }; in Test()
Draddstoreexpminusmax-microkernel-tester.h55 std::fill(y.begin(), y.end(), std::nanf("")); in Test()
67 float sum = std::nanf(""); in Test()
Davgpool-microkernel-tester.h431 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 …]
Dvbinaryc-microkernel-tester.h105 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(""));
Dvbinary-microkernel-tester.h113 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(""));
Draddexpminusmax-microkernel-tester.h62 float sum = std::nanf(""); in Test()
Dibilinear-microkernel-tester.h108 std::fill(output.begin(), output.end(), nanf("")); in Test()
162 std::fill(output.begin(), output.end(), nanf("")); in TestCHW()
Dvscale-microkernel-tester.h71 std::fill(y.begin(), y.end(), nanf(""));
Drmax-microkernel-tester.h86 float y = std::nanf(""); in Test()
Dvmulcaddc-microkernel-tester.h214 std::fill(y.begin(), y.end(), nanf(""));
218 std::fill(packed_w.begin(), packed_w.end(), nanf(""));
/external/XNNPACK/bench/
Df32-softmax.cc216 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()
Df32-raddextexp.cc51 float y_sum[2] = { nanf(""), nanf("") }; in f32_raddextexp()
Df32-raddexpminusmax.cc50 float x_max = nanf(""); in f32_raddexpminusmax()
57 float y_sum = nanf(""); in f32_raddexpminusmax()
Df32-vscaleexpminusmax.cc51 float x_max = nanf(""); in f32_vscaleexpminusmax()
53 float y_sum = nanf(""); in f32_vscaleexpminusmax()
Dtruncation.cc30 std::fill(output.begin(), output.end(), std::nanf("")); in xnnpack_truncation_f32()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_debug_allocator.cc174 std::nanf("")); in AllocateRaw()
191 std::nanf("")); in DeallocateRaw()
/external/clang/lib/Headers/
D__clang_cuda_math_forward_declares.h146 __DEVICE__ float nanf(const char *);
240 using ::nanf;
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_math_forward_declares.h142 __DEVICE__ float nanf(const char *);
251 using ::nanf;
/external/libcxx/include/support/ibm/
Dlimits.h47 #define __builtin_nanf(__dummy) nanf(__dummy) // 0x7ff80000
/external/llvm-project/libcxx/include/support/ibm/
Dlimits.h46 #define __builtin_nanf(__dummy) nanf(__dummy) // 0x7ff80000
/external/clang/test/CodeGen/
Dbuiltins.c47 Q(nanf, ("")); in main()
51 Q(nanf, ("10")); in main()
/external/XNNPACK/src/operators/
Dglobal-average-pooling-ncw.c77 …global_average_pooling_op->params.f32_gavgpool = xnn_init_f32_gavgpool_params(nanf(""), output_min… in xnn_create_global_average_pooling_ncw_f32()

123456