HomeSort by: relevance | last modified time | path
    Searched refs:smoothstep (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
smoothstep.sh 3 # Generate a discrete lookup table for a sigmoid function in the smoothstep
4 # family (https://en.wikipedia.org/wiki/Smoothstep), where the lookup table
8 # Usage: smoothstep.sh <variant> <nsteps> <bfp> <xprec> <yprec>
18 cmd="sh smoothstep.sh $*"
67 * This header defines a precomputed table based on the smoothstep family of
68 * sigmoidal curves (https://en.wikipedia.org/wiki/Smoothstep) that grow from 0
73 * smoothstep(x) = -2x + 3x
85 #define SMOOTHSTEP \\
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
smoothstep.sh 3 # Generate a discrete lookup table for a sigmoid function in the smoothstep
4 # family (https://en.wikipedia.org/wiki/Smoothstep), where the lookup table
8 # Usage: smoothstep.sh <variant> <nsteps> <bfp> <xprec> <yprec>
18 cmd="sh smoothstep.sh $*"
67 * This header defines a precomputed table based on the smoothstep family of
68 * sigmoidal curves (https://en.wikipedia.org/wiki/Smoothstep) that grow from 0
73 * smoothstep(x) = -2x + 3x
85 #define SMOOTHSTEP \\
  /src/external/apache2/llvm/dist/clang/lib/Headers/
opencl-c.h 10285 float __ovld __cnfn smoothstep(float edge0, float edge1, float x);
10286 float2 __ovld __cnfn smoothstep(float2 edge0, float2 edge1, float2 x);
10287 float3 __ovld __cnfn smoothstep(float3 edge0, float3 edge1, float3 x);
10288 float4 __ovld __cnfn smoothstep(float4 edge0, float4 edge1, float4 x);
10289 float8 __ovld __cnfn smoothstep(float8 edge0, float8 edge1, float8 x);
10290 float16 __ovld __cnfn smoothstep(float16 edge0, float16 edge1, float16 x);
10291 float2 __ovld __cnfn smoothstep(float edge0, float edge1, float2 x);
10292 float3 __ovld __cnfn smoothstep(float edge0, float edge1, float3 x);
10293 float4 __ovld __cnfn smoothstep(float edge0, float edge1, float4 x);
10294 float8 __ovld __cnfn smoothstep(float edge0, float edge1, float8 x)
    [all...]

Completed in 32 milliseconds