Home
last modified time | relevance | path

Searched refs:to_f (Results 1 – 4 of 4) sorted by relevance

/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/
Dindex.mjs5106 return $Opal['$coerce_to!'](value, $$$('Float'), "to_f");
6152 return $alias(self, "to_f", "to_i");
8373 $def(self, '$to_f', function $$to_f() {
11608 …f?,class,Float,respond_to?,coerce,__send__,raise,equal?,-,*,div,<,-@,ceil,to_f,denominator,to_r,==…
11711 return self.$to_f().$ceil(ndigits);
11740 return $rb_divide(self.$to_f(), other)
11748 return self.$to_f().$floor(ndigits);
11801 return self.$to_f().$round(digits);
11936 var begin = self.$to_f().valueOf();
11937 step = step.$to_f().valueOf();
[all …]
Dindex.cjs5115 return $Opal['$coerce_to!'](value, $$$('Float'), "to_f");
6161 return $alias(self, "to_f", "to_i");
8382 $def(self, '$to_f', function $$to_f() {
11617 …f?,class,Float,respond_to?,coerce,__send__,raise,equal?,-,*,div,<,-@,ceil,to_f,denominator,to_r,==…
11720 return self.$to_f().$ceil(ndigits);
11749 return $rb_divide(self.$to_f(), other)
11757 return self.$to_f().$floor(ndigits);
11810 return self.$to_f().$round(digits);
11945 var begin = self.$to_f().valueOf();
11946 step = step.$to_f().valueOf();
[all …]
/plugin/highlightjs/highlight/
Dhighlight.pack.js1 …te:1,taint:1,"tainted?":1,tell:1,test:1,"throw":1,times:1,to_a:1,to_ary:1,to_f:1,to_hash:1,to_i:1,… property
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.cjs9727 …ish?,attr?,require_library,normalize_system_path,file?,relative_path,path_resolver,base_dir,to_f');
11083 return val.$to_f()
11366 …_accessor,send,attr_reader,new,[],<,>,to_i,==,[]=,attributes,truncate,*,/,to_f,empty?,body,each,<<…
11438 …de(pcwidth_intval, 100), self.document.$attributes()['$[]']("pagewidth").$to_f()).$truncate($$('DE…
11586 …col_pcwidth = $rb_divide($rb_times(self.attributes['$[]']("width").$to_f(), 100), width_base).$tru…
12700 …Opal.add_stubs('[]=,now,-,delete,reduce,+,[],>,time,puts,sprintf,to_f,read_parse,convert,read_pars…
12804 …$puts(" Time to read and parse source: " + (self.$sprintf("%05.5f", self.$read_parse().$to_f())));
12805 … to.$puts(" Time to convert document: " + (self.$sprintf("%05.5f", self.$convert().$to_f())));
12806 …time (read, parse and convert): " + (self.$sprintf("%05.5f", self.$read_parse_convert().$to_f())));