Home
last modified time | relevance | path

Searched refs:RFLOAT_VALUE (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/ruby/ext/grpc/
Drb_grpc.c125 if (interval && RFLOAT_VALUE(time) < 0.0) in grpc_rb_time_timeval()
130 d = modf(RFLOAT_VALUE(time), &f); in grpc_rb_time_timeval()
137 rb_raise(rb_eRangeError, "%f out of Time range", RFLOAT_VALUE(time)); in grpc_rb_time_timeval()
/external/marisa-trie/bindings/ruby/
Dmarisa-swig_wrap.cxx913 #ifndef RFLOAT_VALUE
914 # define RFLOAT_VALUE(x) RFLOAT(x)->value macro