Home
last modified time | relevance | path

Searched refs:kval (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cxcore/src/
Dcxmatrix.cpp627 double kval = fabs(A[i]), tval; \
635 if( tval > kval ) \
637 kval = tval; \
642 if( kval == 0 ) \
/external/webkit/Tools/Scripts/webkitpy/thirdparty/
DBeautifulSoup.py520 def convert(kval): argument
522 k, val = kval
524 return kval
/external/libmtp/src/
Dptp.c3543 int64_t kval; in ptp_render_property_value() local
4138 kval = _value_to_num(&(dpd->CurrentValue), dpd->DataType); in ptp_render_property_value()
4143 (ptp_value_list[i].key==kval) in ptp_render_property_value()