HomeSort by relevance Sort by last modified time
    Searched full:sqrt_f32 (Results 1 - 10 of 10) sorted by null

  /external/llvm/test/CodeGen/AMDGPU/
llvm.sqrt.ll 5 ; R600-LABEL: {{^}}sqrt_f32:
8 ; SI-LABEL: {{^}}sqrt_f32:
10 define void @sqrt_f32(float addrspace(1)* %out, float %in) {
  /external/v8/test/mjsunit/wasm/
asm-wasm-stdlib.js 184 function sqrt_f32(x) { x = fround(x); return fround(sqrt(x)); }
234 sqrt_f32: sqrt_f32,
315 sqrt_f32: function(x, y) { return looseEqual(x, y, 1e-5); },
  /external/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h 121 SQRT_F32,
  /external/llvm/test/Transforms/LoopVectorize/X86/
veclib-calls.ll 6 ;CHECK-LABEL: @sqrt_f32(
10 define void @sqrt_f32(i32 %n, float* noalias %y, float* noalias %x) nounwind uwtable {
  /external/llvm/lib/Target/AMDGPU/
AMDGPUAsmPrinter.cpp 57 // regardless of the mode (exp_*_f32, rcp_*_f32, rsq_*_f32, rsq_*f32, sqrt_f32,
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 574 RTLIB::SQRT_F32,
    [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/test/Transforms/LoopVectorize/
intrinsic.ll 6 ;CHECK-LABEL: @sqrt_f32(
9 define void @sqrt_f32(i32 %n, float* noalias %y, float* noalias %x) nounwind uwtable {
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 139 Names[RTLIB::SQRT_F32] = "sqrtf";
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]

Completed in 2449 milliseconds