Home
last modified time | relevance | path

Searched refs:_pow (Results 1 – 6 of 6) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
Dcopy.pass.cpp37 float _pow(float a, float b) in _pow() function
44 std::function<float(float, float)> fnc = _pow; in main()
/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
Dcopy.pass.cpp25 float _pow(float a, float b) in _pow() function
32 std::function<float(float, float)> fnc = _pow; in main()
/external/llvm/test/CodeGen/AArch64/
Dfast-isel-runtime-libcall.ll83 ; SMALL: bl _pow
85 ; LARGE: adrp [[REG:x[0-9]+]], _pow@GOTPAGE
86 ; LARGE: ldr [[REG]], {{\[}}[[REG]], _pow@GOTPAGEOFF{{\]}}
/external/llvm/test/CodeGen/ARM/
Darm-shrink-wrapping.ll645 ; CHECK: bl{{x?}} _pow
/external/tensorflow/tensorflow/python/ops/
Dmath_ops.py694 return gen_math_ops._pow(x, y, name=name)
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp5354 builtin_builder::_pow(const glsl_type *type) in _pow() function in builtin_builder