Home
last modified time | relevance | path

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

/aosp_15_r20/external/zstd/tests/
H A Dtest-license.py34 def to_abs(d): function
/aosp_15_r20/external/ltp/lib/newlib_tests/
H A Dtst_fuzzy_sync02.c90 static struct window to_abs(const struct window w) in to_abs() function
/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/
H A 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
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/lib/
H A Dmath.cc1377 auto to_abs = And(to_as_int, ScalarLike(to_as_int, ~sign_mask)); in NextAfter() local