Searched refs:kval (Results 1 – 3 of 3) sorted by relevance
627 double kval = fabs(A[i]), tval; \635 if( tval > kval ) \637 kval = tval; \642 if( kval == 0 ) \
520 def convert(kval): argument522 k, val = kval524 return kval
3543 int64_t kval; in ptp_render_property_value() local4138 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()