Searched refs:multipliers (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/libucl/
H A DREADME.md166 * Numbers can have suffixes to specify standard multipliers:
167 + `[kKmMgG]` - standard 10 base multipliers (so `1k` is translated to 1000)
168 + `[kKmMgG]b` - 2 power multipliers (so `1kb` is translated to 1024)
169 + `[s|min|d|w|y]` - time multipliers, all time values are translated to float number of seconds, for example `10min` is translated to 600.0 and `10ms` is translated to 0.01
/freebsd-9.3-release/contrib/libucl/src/
H A Ducl_parser.c179 } multipliers[] = { local
187 if (tolower (c) == multipliers[i].c) {
189 return multipliers[i].mult_bytes;
191 return multipliers[i].mult_normal;
209 } multipliers[] = { local
219 if (tolower (c) == multipliers[i].c) {
220 return multipliers[i].mult;
/freebsd-9.3-release/crypto/openssl/crypto/bn/asm/
H A Dpa-risc2.s160 ; PA-RISC 2.0 chips have two fully pipelined multipliers, thus
329 ; PA-RISC 2.0 chips have two fully pipelined multipliers, thus
H A Dpa-risc2W.s152 ; PA-RISC 2.0 chips have two fully pipelined multipliers, thus
319 ; PA-RISC 2.0 chips have two fully pipelined multipliers, thus

Completed in 108 milliseconds