Home
last modified time | relevance | path

Searched refs:n2w (Results 1 – 25 of 63) sorted by relevance

123

/dports/devel/py-num2words/num2words-0.5.9/tests/
H A Dtest_pt.py30 self.n2w = Num2Word_PT()
343 self.n2w.to_currency(73421.00),
349 self.n2w.to_currency(250050.00),
356 self.n2w.to_currency(19000000000.00),
360 self.n2w.to_currency(145000000002.00),
373 self.n2w.to_currency(-256.00),
381 self.n2w.to_currency(-1234567.00),
395 self.n2w.to_currency(Decimal('1.35')),
399 self.n2w.to_currency(Decimal('3.14')),
414 self.n2w.to_currency(Decimal('-2.34')),
[all …]
H A Dtest_pt_BR.py30 self.n2w = Num2Word_PT_BR()
294 self.n2w.to_currency(73421),
300 self.n2w.to_currency(250050),
310 self.n2w.to_currency(145000000002),
317 self.n2w.to_currency(-256),
325 self.n2w.to_currency(-1234567),
339 self.n2w.to_currency(Decimal('1.35')),
343 self.n2w.to_currency(Decimal('3.14')),
358 self.n2w.to_currency(Decimal('-2.34')),
362 self.n2w.to_currency(Decimal('-9.99')),
[all …]
/dports/misc/R-cran-xfun/xfun/tests/test-cran/
H A Dtest-string.R4 (n2w(0) %==% 'zero')
6 (n2w(0, cap = TRUE) %==% 'Zero')
8 (n2w(21, cap = TRUE, hyphen = TRUE) %==% 'Twenty-one')
9 (n2w(21, cap = TRUE, hyphen = FALSE) %==% 'Twenty one')
11 (n2w(-21, cap = TRUE, hyphen = TRUE) %==% 'Minus twenty-one')
12 (n2w(-21, cap = TRUE, hyphen = FALSE) %==% 'Minus twenty one')
14 (n2w(121, and = FALSE) %==% 'one hundred twenty-one')
15 (n2w(121, and = TRUE) %==% 'one hundred and twenty-one')
17 (n2w(c(10, 13, 99, 1e6)) %==% c('ten', 'thirteen', 'ninety-nine', 'one million'))
19 (has_error(n2w(1e15)))
/dports/misc/R-cran-xfun/xfun/man/
H A Dnumbers_to_words.Rd5 \alias{n2w}
10 n2w(x, cap = FALSE, hyphen = TRUE, and = FALSE)
33 \code{n2w()} is an alias of \code{numbers_to_words()}.
37 n2w(0, cap = TRUE)
38 n2w(0:121, and = TRUE)
39 n2w(1e+06)
40 n2w(1e+11 + 12345678)
41 n2w(-987654321)
42 n2w(1e+15 - 1)
/dports/misc/R-cran-xfun/xfun/inst/doc/
H A Dxfun.R81 n2w(0, cap = TRUE)
82 n2w(seq(0, 121, 11), and = TRUE)
83 n2w(1e+06)
84 n2w(1e+11 + 12345678)
85 n2w(-987654321)
86 n2w(1e+15 - 1)
H A Dxfun.Rmd195 The function `numbers_to_words()` (or `n2w()` for short) converts numbers to English words.
198 n2w(0, cap = TRUE)
199 n2w(seq(0, 121, 11), and = TRUE)
200 n2w(1e+06)
201 n2w(1e+11 + 12345678)
202 n2w(-987654321)
203 n2w(1e+15 - 1)
/dports/textproc/py-whoosh/Whoosh-2.7.4/src/whoosh/lang/
H A Dwordnet.py156 self.n2w = None
171 thes.w2n, thes.n2w = parse_file(fileobj)
227 if not self.w2n or not self.n2w:
229 make_index(storage, indexname, self.w2n, self.n2w)
242 return synonyms(self.w2n, self.n2w, word)
/dports/astro/libosmium/libosmium-2.17.2/include/osmium/handler/
H A Dobject_relations.hpp66 … explicit ObjectRelations(index_type& n2w, index_type& n2r, index_type& w2r, index_type& r2r) : in ObjectRelations() argument
67 m_index_n2w(n2w), in ObjectRelations()
/dports/converters/osm2pgsql/osm2pgsql-1.5.1/contrib/libosmium/include/osmium/handler/
H A Dobject_relations.hpp66 … explicit ObjectRelations(index_type& n2w, index_type& n2r, index_type& w2r, index_type& r2r) : in ObjectRelations() argument
67 m_index_n2w(n2w), in ObjectRelations()
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/libosmium/include/osmium/handler/
H A Dobject_relations.hpp66 … explicit ObjectRelations(index_type& n2w, index_type& n2r, index_type& w2r, index_type& r2r) : in ObjectRelations() argument
67 m_index_n2w(n2w), in ObjectRelations()
/dports/math/g2o/g2o-20201223_git/g2o/types/slam2d/
H A Dedge_se2_offset.cpp85 SE2 delta=_inverseMeasurement * _cacheFrom->w2n() * _cacheTo->n2w(); in computeError()
91 SE2 delta = _cacheFrom->w2n() * _cacheTo->n2w(); in setMeasurementFromState()
H A Dparameter_se2_offset.h85 const SE2& n2w() const {return _se2_n2w;} in n2w() function
/dports/math/g2o/g2o-20201223_git/g2o/types/slam3d/
H A Dedge_se3_prior.cpp71 Isometry3 delta = _inverseMeasurement * _cache->n2w(); in computeError()
86 setMeasurement(_cache->n2w()); in setMeasurementFromState()
H A Dedge_se3_offset.cpp80 Isometry3 delta=_inverseMeasurement * _cacheFrom->w2n() * _cacheTo->n2w(); in computeError()
85 Isometry3 delta = _cacheFrom->w2n() * _cacheTo->n2w(); in setMeasurementFromState()
H A Dparameter_se3_offset.h81 const Isometry3& n2w() const { return _n2w;} in n2w() function
/dports/devel/py-num2words/num2words-0.5.9/num2words/
H A Dlang_HE.py130 def n2w(n): function
140 return n2w(number)
/dports/net/c3270/suite3270-4.0/Common/
H A Dtrace.c312 size_t n2w_left, n2w, nw; in vwtrace() local
352 n2w = nl - bp + 1; in vwtrace()
354 n2w = n2w_left; in vwtrace()
357 nw = fwrite(bp, n2w, 1, tracef); in vwtrace()
374 bp += n2w; in vwtrace()
375 n2w_left -= n2w; in vwtrace()
/dports/x11/x3270/suite3270-4.0/Common/
H A Dtrace.c312 size_t n2w_left, n2w, nw; in vwtrace() local
352 n2w = nl - bp + 1; in vwtrace()
354 n2w = n2w_left; in vwtrace()
357 nw = fwrite(bp, n2w, 1, tracef); in vwtrace()
374 bp += n2w; in vwtrace()
375 n2w_left -= n2w; in vwtrace()
/dports/net/c3270/suite3270-4.0/Common/Win32/
H A Dsio_schannel.c1482 int n2w; in disconnect_from_server() local
1543 n2w = out_buffers[0].cbBuffer; in disconnect_from_server()
1546 if (outbuf != NULL && n2w != 0) { in disconnect_from_server()
1547 nw = send(s->sock, (char *)outbuf, n2w, 0); in disconnect_from_server()
1647 size_t n2w = len_left; in sio_write() local
1650 if (n2w > s->sizes.cbMaximumMessage) { in sio_write()
1651 n2w = s->sizes.cbMaximumMessage; in sio_write()
1653 ret = encrypt_send(s, buf, n2w); in sio_write()
1658 len_left -= n2w; in sio_write()
1659 buf += n2w; in sio_write()
/dports/x11/x3270/suite3270-4.0/Common/Win32/
H A Dsio_schannel.c1482 int n2w; in disconnect_from_server() local
1543 n2w = out_buffers[0].cbBuffer; in disconnect_from_server()
1546 if (outbuf != NULL && n2w != 0) { in disconnect_from_server()
1547 nw = send(s->sock, (char *)outbuf, n2w, 0); in disconnect_from_server()
1647 size_t n2w = len_left; in sio_write() local
1650 if (n2w > s->sizes.cbMaximumMessage) { in sio_write()
1651 n2w = s->sizes.cbMaximumMessage; in sio_write()
1653 ret = encrypt_send(s, buf, n2w); in sio_write()
1658 len_left -= n2w; in sio_write()
1659 buf += n2w; in sio_write()
/dports/math/g2o/g2o-20201223_git/g2o/examples/tutorial_slam2d/
H A Dparameter_se2_offset.h62 const SE2& n2w() const { return _n2w;} in n2w() function
/dports/misc/R-cran-xfun/xfun/vignettes/
H A Dxfun.Rmd195 The function `numbers_to_words()` (or `n2w()` for short) converts numbers to English words.
198 n2w(0, cap = TRUE)
199 n2w(seq(0, 121, 11), and = TRUE)
200 n2w(1e+06)
201 n2w(1e+11 + 12345678)
202 n2w(-987654321)
203 n2w(1e+15 - 1)
/dports/net/c3270/suite3270-4.0/Common/pr3287/
H A Dtelnet.c1307 size_t n2w = len; in net_rawout() local
1310 if (n2w > OMTU) { in net_rawout()
1311 n2w = OMTU; in net_rawout()
1315 # define n2w len in net_rawout()
1318 nw = sio_write(sio, (const char *)buf, (int)n2w); in net_rawout()
1320 nw = send(sock, (const char *) buf, (int)n2w, 0); in net_rawout()
/dports/x11/x3270/suite3270-4.0/Common/pr3287/
H A Dtelnet.c1307 size_t n2w = len; in net_rawout() local
1310 if (n2w > OMTU) { in net_rawout()
1311 n2w = OMTU; in net_rawout()
1315 # define n2w len in net_rawout()
1318 nw = sio_write(sio, (const char *)buf, (int)n2w); in net_rawout()
1320 nw = send(sock, (const char *) buf, (int)n2w, 0); in net_rawout()
/dports/misc/R-cran-xfun/xfun/
H A DNAMESPACE69 export(n2w)

123