| /freebsd/lib/msun/src/ |
| H A D | s_rsqrt.c | 69 rsqrt(double x) in rsqrt() function 152 __weak_reference(rsqrt, rsqrtl);
|
| H A D | math.h | 547 double rsqrt(double);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ScalarFuncs.def | 98 TLI_DEFINE_SCALAR_MASS_FUNC("rsqrt", "__xl_rsqrt")
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGHLSLRuntime.h | 93 GENERATE_HLSL_INTRINSIC_FUNCTION(Rsqrt, rsqrt)
|
| /freebsd/lib/msun/ |
| H A D | Symbol.map | 347 rsqrt;
|
| H A D | Makefile | 292 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.h | 231 static inline float rsqrt(float __a) { return rsqrtf(__a); } in rsqrt() function
|
| H A D | __clang_cuda_math.h | 279 __DEVICE__ double rsqrt(double __a) { return __nv_rsqrt(__a); } in rsqrt() function
|
| H A D | __clang_hip_math.h | 1046 double rsqrt(double __x) { return __ocml_rsqrt_f64(__x); }
|
| H A D | opencl-c.h | 8307 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 D | hlsl_compat_overloads.h | 360 _DXC_COMPAT_UNARY_DOUBLE_OVERLOADS(rsqrt) 361 _DXC_COMPAT_UNARY_INTEGER_OVERLOADS(rsqrt)
|
| H A D | hlsl_alias_intrinsics.h | 1945 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 D | MicroMipsInstrFPU.td | 266 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 D | MipsInstrFPU.td | 403 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 D | MipsScheduleGeneric.td | 858 // rsqrt.[ds], recip.[ds]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXIL.td | 597 "rsqrt(x) = 1 / sqrt(x).";
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVBuiltins.td | 278 defm : DemangledExtendedBuiltin<"rsqrt", OpenCL_std, 56>;
|
| H A D | SPIRVInstructionSelector.cpp | 3126 return selectExtInst(ResVReg, ResType, I, CL::rsqrt, GL::InverseSqrt); in selectIntrinsic()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | OpenCLBuiltins.td | 568 "rint", "round", "rsqrt",
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrSSE.td | 3065 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 D | NVPTXIntrinsics.td | 1510 "rsqrt.approx$ftz.f" # t.Size>;
|