Home
last modified time | relevance | path

Searched defs:argf (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dunary_op_test.cc151 auto argf = ConstantR0<float>(&builder, -3.0f); in XLA_TEST_F() local
166 auto argf = ConstantR0<float>(&builder, -4.0f); in XLA_TEST_F() local
/external/lua/src/
Dldblib.c284 static int checkupval (lua_State *L, int argf, int argnup) { in checkupval()
/external/arm-optimized-routines/math/test/
Dulp.c229 static inline v_float argf(float x) { return (v_float){x,x,x,fv[secondcall]}; } in argf() function