HomeSort by: relevance | last modified time | path
    Searched defs:math (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/src/
ticker.py 3 import math namespace
9 mul = math.floor(-byte_max/math.log(1 / table_size))
10 values = [round(-mul * math.log(i / table_size))
  /src/external/public-domain/sqlite/dist/tea/
teaish.tcl 96 math=1 => {Disable math functions}
165 sqlite-handle-math
185 # the required linker flags (which may be empty even if the math APIs
187 proc sqlite-affirm-have-math {featureName} {
190 user-error "Missing math APIs for $featureName"
235 fts3 -DSQLITE_ENABLE_FTS3 {sqlite-affirm-have-math fts3}
236 fts4 -DSQLITE_ENABLE_FTS4 {sqlite-affirm-have-math fts4}
237 fts5 -DSQLITE_ENABLE_FTS5 {sqlite-affirm-have-math fts5}
525 # Handles the --enable-math flag
    [all...]
  /src/external/mit/xorg/lib/
libmesa.mk 212 # Math sources
213 PATHS.math= mesa/math
214 SRCS.math= \
223 PATHS.math_xform= mesa/math
libmesa.old.mk 186 # Math sources
187 PATHS.math= mesa/math
188 SRCS.math= \
197 PATHS.math_xform= mesa/math
  /src/external/public-domain/sqlite/dist/autosetup/
sqlite-config.tcl 212 math=1 => {Disable math functions}
519 sqlite-handle-math
610 # the required linker flags (which may be empty even if the math APIs
612 proc sqlite-affirm-have-math {featureName} {
615 user-error "Missing math APIs for $featureName"
792 fts3 -DSQLITE_ENABLE_FTS3 {sqlite-affirm-have-math fts3}
793 fts4 -DSQLITE_ENABLE_FTS4 {sqlite-affirm-have-math fts4}
794 fts5 -DSQLITE_ENABLE_FTS5 {sqlite-affirm-have-math fts5}
1527 # Handles the --enable-math flag
    [all...]

Completed in 53 milliseconds