HomeSort by relevance Sort by last modified time
    Searched refs:SMOOTHSTEP (Results 1 - 3 of 3) sorted by null

  /external/jemalloc/test/unit/
smoothstep.c 6 SMOOTHSTEP
16 * The integral of smoothstep in the [0..1] range equals 1/2. Verify
45 * The smoothstep function is monotonic in [0..1], i.e. its slope is
67 * The smoothstep slope strictly increases until x=0.5, and then
  /external/jemalloc/include/jemalloc/internal/
smoothstep.h 3 * sh smoothstep.sh smoother 200 24 3 15
9 * This header defines a precomputed table based on the smoothstep family of
10 * sigmoidal curves (https://en.wikipedia.org/wiki/Smoothstep) that grow from 0
15 * smoothstep(x) = -2x + 3x
27 #define SMOOTHSTEP \
  /external/jemalloc/src/
arena.c     [all...]

Completed in 1518 milliseconds