Home
last modified time | relevance | path

Searched refs:rsqrt (Results 1 – 21 of 21) sorted by relevance

/freebsd/lib/msun/src/
H A Ds_rsqrt.c69 rsqrt(double x) in rsqrt() function
152 __weak_reference(rsqrt, rsqrtl);
H A Dmath.h547 double rsqrt(double);
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarFuncs.def98 TLI_DEFINE_SCALAR_MASS_FUNC("rsqrt", "__xl_rsqrt")
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.h93 GENERATE_HLSL_INTRINSIC_FUNCTION(Rsqrt, rsqrt)
/freebsd/lib/msun/
H A DSymbol.map347 rsqrt;
H A DMakefile292 sqrt.3 sqrtl.3 sqrt.3 rsqrt.3 sqrt.3 rsqrtf.3 sqrt.3 rsqrtl.3
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_runtime_wrapper.h231 static inline float rsqrt(float __a) { return rsqrtf(__a); } in rsqrt() function
H A D__clang_cuda_math.h279 __DEVICE__ double rsqrt(double __a) { return __nv_rsqrt(__a); } in rsqrt() function
H A D__clang_hip_math.h1046 double rsqrt(double __x) { return __ocml_rsqrt_f64(__x); }
H A Dopencl-c.h8307 float __ovld __cnfn rsqrt(float);
8308 float2 __ovld __cnfn rsqrt(float2);
8309 float3 __ovld __cnfn rsqrt(float3);
8310 float4 __ovld __cnfn rsqrt(float4);
8311 float8 __ovld __cnfn rsqrt(float8);
8312 float16 __ovld __cnfn rsqrt(float16);
8314 double __ovld __cnfn rsqrt(double);
8315 double2 __ovld __cnfn rsqrt(double2);
8316 double3 __ovld __cnfn rsqrt(double3);
8317 double4 __ovld __cnfn rsqrt(double4);
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/hlsl/
H A Dhlsl_compat_overloads.h360 _DXC_COMPAT_UNARY_DOUBLE_OVERLOADS(rsqrt)
361 _DXC_COMPAT_UNARY_INTEGER_OVERLOADS(rsqrt)
H A Dhlsl_alias_intrinsics.h1945 half rsqrt(half);
1948 half2 rsqrt(half2);
1951 half3 rsqrt(half3);
1954 half4 rsqrt(half4);
1957 float rsqrt(float);
1959 float2 rsqrt(float2);
1961 float3 rsqrt(float3);
1963 float4 rsqrt(float4);
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsInstrFPU.td266 def RSQRT_S_MM : MMRel, ABSS_FT<"rsqrt.s", FGR32Opnd, FGR32Opnd,
269 def RSQRT_D32_MM : MMRel, ABSS_FT<"rsqrt.d", AFGR64Opnd, AFGR64Opnd,
275 def RSQRT_D64_MM : MMRel, ABSS_FT<"rsqrt.d", FGR64Opnd, FGR64Opnd,
H A DMipsInstrFPU.td403 def RSQRT_S : MMRel, ABSS_FT<"rsqrt.s", FGR32Opnd, FGR32Opnd, II_RSQRT_S>,
405 def RSQRT_D32 : MMRel, ABSS_FT<"rsqrt.d", AFGR64Opnd, AFGR64Opnd, II_RSQRT_D>,
410 def RSQRT_D64 : MMRel, ABSS_FT<"rsqrt.d", FGR64Opnd, FGR64Opnd,
H A DMipsScheduleGeneric.td858 // rsqrt.[ds], recip.[ds]
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXIL.td597 "rsqrt(x) = 1 / sqrt(x).";
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td278 defm : DemangledExtendedBuiltin<"rsqrt", OpenCL_std, 56>;
H A DSPIRVInstructionSelector.cpp3126 return selectExtInst(ResVReg, ResType, I, CL::rsqrt, GL::InverseSqrt); in selectIntrinsic()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DOpenCLBuiltins.td568 "rint", "round", "rsqrt",
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrSSE.td3065 defm RSQRT : sse1_fp_unop_s<0x52, "rsqrt", X86frsqrt, SchedWriteFRsqrt, HasAVX>,
3066 sse1_fp_unop_s_intr<"rsqrt", HasAVX>,
3067 sse1_fp_unop_p<0x52, "rsqrt", X86frsqrt, SchedWriteFRsqrt, [HasAVX]>;
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXIntrinsics.td1510 "rsqrt.approx$ftz.f" # t.Size>;