Lines Matching refs:math
115 option('native-math-tests', type: 'boolean', value: true,
116 description: 'Run math tests against native libm when native-tests is enable')
293 # Use "obsolete" math code, which use 'float' for 'float' functions
296 option('newlib-obsolete-math', type: 'combo', choices: ['true', 'false', 'auto'],
298 …description: 'Use float type for float valued math routines (default: automatic based on platform)…
299 option('newlib-obsolete-math-float', type: 'combo', choices: ['true', 'false', 'auto'],
301 …description: 'Use old math code that uses float type for float valued math routines (default: auto…
302 option('newlib-obsolete-math-double', type: 'combo', choices: ['true', 'false', 'auto'],
304 …description: 'Use old math code for double valued math routines (default: automatic based on platf…
305 option('want-math-errno', type: 'boolean', value: false,
306 description: 'Set errno in math functions according to stdc (default: false)')