Lines Matching full:math
90 math=1 => {Disable math functions}
161 sqlite-handle-math
181 # the required linker flags (which may be empty even if the math APIs
183 proc sqlite-affirm-have-math {featureName} {
186 user-error "Missing math APIs for $featureName"
231 fts3 -DSQLITE_ENABLE_FTS3 {sqlite-affirm-have-math fts3}
232 fts4 -DSQLITE_ENABLE_FTS4 {sqlite-affirm-have-math fts4}
233 fts5 -DSQLITE_ENABLE_FTS5 {sqlite-affirm-have-math fts5}
521 # Handles the --enable-math flag.
522 proc sqlite-handle-math {} {
523 proj-if-opt-truthy math {
525 user-error "Cannot find libm functions. Use --disable-math to bypass this."
532 msg-result "Enabling math SQL functions"
535 msg-result "Disabling math SQL functions"