Home
last modified time | relevance | path

Searched defs:NextAfter (Results 1 – 6 of 6) sorted by relevance

/external/pigweed/pw_allocator/public/pw_allocator/
Dblock_allocator_testing.h196 void* BlockAllocatorTest<BlockAllocatorType, kBufferSize>::NextAfter( in NextAfter() function
/external/tensorflow/tensorflow/python/lib/core/
Dbfloat16.cc1690 struct NextAfter<bfloat16> { struct
1691 bfloat16 operator()(bfloat16 from, bfloat16 to) { in operator ()()
1777 struct NextAfter<float8_e4m3b11> { struct
1778 float8_e4m3b11 operator()(float8_e4m3b11 from, float8_e4m3b11 to) { in operator ()()
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dmath.cc1355 XlaOp NextAfter(XlaOp from, XlaOp to) { in NextAfter() function
/external/pytorch/aten/src/ATen/test/
Dvec_test_all_types.cpp596 TYPED_TEST(RealTests, NextAfter) { in TYPED_TEST() argument
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc3530 TEST_F(OpTest, NextAfter) { in TEST_F() argument
/external/tensorflow/tensorflow/go/op/
Dwrappers.go27516 func NextAfter(scope *Scope, x1 tf.Output, x2 tf.Output) (output tf.Output) { func