Home
last modified time | relevance | path

Searched defs:to_abs (Results 1 – 4 of 4) sorted by relevance

/external/zstd/tests/
Dtest-license.py34 def to_abs(d): function
/external/ltp/lib/newlib_tests/
Dtst_fuzzy_sync02.c90 static struct window to_abs(const struct window w) in to_abs() function
/external/tensorflow/tensorflow/python/lib/core/
Dbfloat16.cc1718 uint16_t to_abs = to_as_int & ~sign_mask; in operator ()() local
1794 uint8_t to_abs = to_rep & ~sign_mask; in operator ()() local
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dmath.cc1377 auto to_abs = And(to_as_int, ScalarLike(to_as_int, ~sign_mask)); in NextAfter() local