Searched refs:fIn (Results 1 – 5 of 5) sorted by relevance
/external/iptables/extensions/ |
D | libxt_connlimit.man | 4 \fB\-\-connlimit\-upto\fP \fIn\fP 5 Match if the number of existing connections is below or equal \fIn\fP. 7 \fB\-\-connlimit\-above\fP \fIn\fP 8 Match if the number of existing connections is above \fIn\fP.
|
D | libxt_u32.man | 14 a single number, \fIn\fP, is interpreted the same as \fIn:n\fP. \fIn:m\fP is
|
D | libxt_statistic.man | 19 [\fB!\fP] \fB\-\-every\fP \fIn\fP
|
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmsxform.c | 211 cmsFloat32Number fIn[cmsMAXCHANNELS], fOut[cmsMAXCHANNELS]; in FloatXFORM() local 220 accum = p -> FromInputFloat(p, fIn, accum, Stride); in FloatXFORM() 226 cmsPipelineEvalFloat( fIn, &OutOfGamut, p ->GamutCheck); in FloatXFORM() 238 cmsPipelineEvalFloat(fIn, fOut, p -> Lut); in FloatXFORM() 244 cmsPipelineEvalFloat(fIn, fOut, p -> Lut); in FloatXFORM() 262 cmsFloat32Number fIn[cmsMAXCHANNELS]; in NullFloatXFORM() local 271 accum = p -> FromInputFloat(p, fIn, accum, Stride); in NullFloatXFORM() 272 output = p -> ToOutputFloat(p, fIn, output, Stride); in NullFloatXFORM()
|
/external/svox/pico/lib/ |
D | picopam.c | 1488 static picoos_single f_round(picoos_single fIn) in f_round() argument 1493 iVal = (picoos_int32) fIn; in f_round() 1496 if (fIn > (picoos_single) 0.0f) { in f_round() 1497 if ((fIn - fVal) < (picoos_single) 0.5f) in f_round() 1502 if ((fVal - fIn) < (picoos_single) 0.5f) in f_round()
|