Sponsored Content
Top Forums Shell Programming and Scripting Add Multiple Lines in an existing file Post 302087807 by haiudhaya on Wednesday 6th of September 2006 03:03:35 AM
Old 09-06-2006
echo "MaxChannels=600
MaxActiveChannels=600
MaxInitiators=22" >> file_name

Just give your file name after redirection operator.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

how to add a new column in an existing file

Hi guys, Please help me if u have some solution. I have a file with three columns separated by ':' - INPUT_FILE C416722_2 : calin Dirigent : Dirigent AC4174_6 : Jac : cal_co TC4260_5 : [no : lin kite BC426302_1 : [no : calin Dirigent lin JC426540_3 : lin Pymo_bin : calin TC428_3 : no7... (4 Replies)
Discussion started by: sam_2921
4 Replies

2. Shell Programming and Scripting

how to insert text between lines of an existing file using perl

Hi , I need some inputs on how to open a file (file.txt) and parse the text example aaa of the file and bbb of the file and add the text zzzz once i parse (aaa and bbb) and followed by the remaining of the text as it is in the file using perl programming. Thanks in advance (3 Replies)
Discussion started by: madhul2002
3 Replies

3. UNIX for Dummies Questions & Answers

Add line with data to existing file

i have a file called motors with 3 columns separated with tabs eg: car make reg i want to create a executable file that will add a line with data eg: car make reg benz s600 t35778 can you please show me how to do this? (7 Replies)
Discussion started by: fletcher
7 Replies

4. Solaris

Add existing user into an existing group

Pre: no gpasswd/adduser there is just usermod can be used, also there is no -a option for usermod. How should I add a user into a group? (4 Replies)
Discussion started by: a2156z
4 Replies

5. Shell Programming and Scripting

search and replace, when found, delete multiple lines, add new set of lines?

hey guys, I tried searching but most 'search and replace' questions are related to one liners. Say I have a file to be replaced that has the following: $ cat testing.txt TESTING AAA BBB CCC DDD EEE FFF GGG HHH ENDTESTING This is the input file: (3 Replies)
Discussion started by: DeuceLee
3 Replies

6. Ubuntu

How to add a data column in existing file

Hi All I need to add a column on my existing data file. I know similar posts are there but none of them were meeting my requirement. My input is 1.20 3.44 4.88 5.11 4.99 3.22 1.89 3.89 2.90 Desired output 1 1.20 3.44 4.88 2 5.11 4.99 3.22 3 1.89 3.89 2.90 I will... (2 Replies)
Discussion started by: mahbub03
2 Replies

7. Shell Programming and Scripting

Help with add existing file name as new data column in new output file

Input File 1 cat S1.txt MI0043 2731 miR-1 Input File 2 cat S4.txt MI006 310 CiR-1 MI057 10 CiR-24 MI750 5 CiR-24 Desired Output File 1 cat S1.txt.out MI0043 2731 miR-1 S1.txt Desired Output File 2 cat S4.txt.out MI006 310 CiR-1 S4.txt (3 Replies)
Discussion started by: perl_beginner
3 Replies

8. Shell Programming and Scripting

Removing multiple lines from input file, if multiple lines match a pattern.

GM, I have an issue at work, which requires a simple solution. But, after multiple attempts, I have not been able to hit on the code needed. I am assuming that sed, awk or even perl could do what I need. I have an application that adds extra blank page feeds, for multiple reports, when... (7 Replies)
Discussion started by: jxfish2
7 Replies

9. Shell Programming and Scripting

Write data into existing '.xlsx' file that has multiple sheets

Hello, I have a .xlsx file with 11 worksheets and I need to insert the contents of a text file (tab delim, roughly 30 columns with 1000 rows) from Row 3 onwards on the 2nd sheet. I have my code which can insert values into existing sheet but I am unable to write/import the contents of a text... (0 Replies)
Discussion started by: nans
0 Replies

10. Shell Programming and Scripting

Write data into existing '.xlsx' file that has multiple sheets

Hello, I have a .xlsx file with 11 worksheets and I need to insert the contents of a text file (tab delim, roughly 30 columns with 1000 rows) from Row 3 onwards on the 2nd sheet. I have my code which can insert values into existing sheet but I am unable to write/import the contents of a text... (1 Reply)
Discussion started by: nans
1 Replies
std::decimal(3cxx)														std::decimal(3cxx)

NAME
std::decimal - SYNOPSIS
Classes class decimal128 3.2.4 Class decimal128. class decimal32 3.2.2 Class decimal32. class decimal64 3.2.3 Class decimal64. Functions double decimal128_to_double (decimal128 __d) float decimal128_to_float (decimal128 __d) long double decimal128_to_long_double (decimal128 __d) long long decimal128_to_long_long (decimal128 __d) double decimal32_to_double (decimal32 __d) float decimal32_to_float (decimal32 __d) long double decimal32_to_long_double (decimal32 __d) long long decimal32_to_long_long (decimal32 __d) double decimal64_to_double (decimal64 __d) float decimal64_to_float (decimal64 __d) long double decimal64_to_long_double (decimal64 __d) long long decimal64_to_long_long (decimal64 __d) double decimal_to_double (decimal32 __d) double decimal_to_double (decimal64 __d) double decimal_to_double (decimal128 __d) float decimal_to_float (decimal32 __d) float decimal_to_float (decimal64 __d) float decimal_to_float (decimal128 __d) long double decimal_to_long_double (decimal32 __d) long double decimal_to_long_double (decimal64 __d) long double decimal_to_long_double (decimal128 __d) long long decimal_to_long_long (decimal32 __d) long long decimal_to_long_long (decimal64 __d) long long decimal_to_long_long (decimal128 __d) static decimal128 make_decimal128 (long long __coeff, int __exp) static decimal128 make_decimal128 (unsigned long long __coeff, int __exp) static decimal32 make_decimal32 (long long __coeff, int __exp) static decimal32 make_decimal32 (unsigned long long __coeff, int __exp) static decimal64 make_decimal64 (long long __coeff, int __exp) static decimal64 make_decimal64 (unsigned long long __coeff, int __exp) bool operator!= (decimal32 __lhs, decimal32 __rhs) bool operator!= (decimal32 __lhs, decimal64 __rhs) bool operator!= (decimal32 __lhs, decimal128 __rhs) bool operator!= (decimal32 __lhs, int __rhs) bool operator!= (decimal32 __lhs, unsigned int __rhs) bool operator!= (decimal32 __lhs, long __rhs) bool operator!= (decimal32 __lhs, unsigned long __rhs) bool operator!= (decimal32 __lhs, long long __rhs) bool operator!= (decimal32 __lhs, unsigned long long __rhs) bool operator!= (int __lhs, decimal32 __rhs) bool operator!= (unsigned int __lhs, decimal32 __rhs) bool operator!= (long __lhs, decimal32 __rhs) bool operator!= (unsigned long __lhs, decimal32 __rhs) bool operator!= (long long __lhs, decimal32 __rhs) bool operator!= (unsigned long long __lhs, decimal32 __rhs) bool operator!= (decimal64 __lhs, decimal32 __rhs) bool operator!= (decimal64 __lhs, decimal64 __rhs) bool operator!= (decimal64 __lhs, decimal128 __rhs) bool operator!= (decimal64 __lhs, int __rhs) bool operator!= (decimal64 __lhs, unsigned int __rhs) bool operator!= (decimal64 __lhs, long __rhs) bool operator!= (decimal64 __lhs, unsigned long __rhs) bool operator!= (decimal64 __lhs, long long __rhs) bool operator!= (decimal64 __lhs, unsigned long long __rhs) bool operator!= (int __lhs, decimal64 __rhs) bool operator!= (unsigned int __lhs, decimal64 __rhs) bool operator!= (long __lhs, decimal64 __rhs) bool operator!= (unsigned long __lhs, decimal64 __rhs) bool operator!= (long long __lhs, decimal64 __rhs) bool operator!= (unsigned long long __lhs, decimal64 __rhs) bool operator!= (decimal128 __lhs, decimal32 __rhs) bool operator!= (decimal128 __lhs, decimal64 __rhs) bool operator!= (decimal128 __lhs, decimal128 __rhs) bool operator!= (decimal128 __lhs, int __rhs) bool operator!= (decimal128 __lhs, unsigned int __rhs) bool operator!= (decimal128 __lhs, long __rhs) bool operator!= (decimal128 __lhs, unsigned long __rhs) bool operator!= (decimal128 __lhs, long long __rhs) bool operator!= (decimal128 __lhs, unsigned long long __rhs) bool operator!= (int __lhs, decimal128 __rhs) bool operator!= (unsigned int __lhs, decimal128 __rhs) bool operator!= (long __lhs, decimal128 __rhs) bool operator!= (unsigned long __lhs, decimal128 __rhs) bool operator!= (long long __lhs, decimal128 __rhs) bool operator!= (unsigned long long __lhs, decimal128 __rhs) decimal32 operator* (decimal32 __lhs, decimal32 __rhs) decimal32 operator* (decimal32 __lhs, unsigned int __rhs) decimal32 operator* (decimal32 __lhs, int __rhs) decimal32 operator* (decimal32 __lhs, unsigned long __rhs) decimal32 operator* (decimal32 __lhs, long __rhs) decimal32 operator* (decimal32 __lhs, long long __rhs) decimal32 operator* (decimal32 __lhs, unsigned long long __rhs) decimal32 operator* (int __lhs, decimal32 __rhs) decimal32 operator* (unsigned int __lhs, decimal32 __rhs) decimal32 operator* (long __lhs, decimal32 __rhs) decimal32 operator* (unsigned long __lhs, decimal32 __rhs) decimal32 operator* (long long __lhs, decimal32 __rhs) decimal32 operator* (unsigned long long __lhs, decimal32 __rhs) decimal64 operator* (decimal32 __lhs, decimal64 __rhs) decimal64 operator* (decimal64 __lhs, decimal32 __rhs) decimal64 operator* (decimal64 __lhs, decimal64 __rhs) decimal64 operator* (decimal64 __lhs, int __rhs) decimal64 operator* (decimal64 __lhs, unsigned int __rhs) decimal64 operator* (decimal64 __lhs, long __rhs) decimal64 operator* (decimal64 __lhs, unsigned long __rhs) decimal64 operator* (decimal64 __lhs, long long __rhs) decimal64 operator* (decimal64 __lhs, unsigned long long __rhs) decimal64 operator* (int __lhs, decimal64 __rhs) decimal64 operator* (unsigned int __lhs, decimal64 __rhs) decimal64 operator* (long __lhs, decimal64 __rhs) decimal64 operator* (unsigned long __lhs, decimal64 __rhs) decimal64 operator* (long long __lhs, decimal64 __rhs) decimal64 operator* (unsigned long long __lhs, decimal64 __rhs) decimal128 operator* (decimal32 __lhs, decimal128 __rhs) decimal128 operator* (decimal64 __lhs, decimal128 __rhs) decimal128 operator* (decimal128 __lhs, decimal32 __rhs) decimal128 operator* (decimal128 __lhs, decimal64 __rhs) decimal128 operator* (decimal128 __lhs, decimal128 __rhs) decimal128 operator* (decimal128 __lhs, int __rhs) decimal128 operator* (decimal128 __lhs, unsigned int __rhs) decimal128 operator* (decimal128 __lhs, long __rhs) decimal128 operator* (decimal128 __lhs, unsigned long __rhs) decimal128 operator* (decimal128 __lhs, long long __rhs) decimal128 operator* (decimal128 __lhs, unsigned long long __rhs) decimal128 operator* (int __lhs, decimal128 __rhs) decimal128 operator* (unsigned int __lhs, decimal128 __rhs) decimal128 operator* (long __lhs, decimal128 __rhs) decimal128 operator* (unsigned long __lhs, decimal128 __rhs) decimal128 operator* (long long __lhs, decimal128 __rhs) decimal128 operator* (unsigned long long __lhs, decimal128 __rhs) decimal32 operator+ (decimal32 __rhs) decimal64 operator+ (decimal64 __rhs) decimal128 operator+ (decimal128 __rhs) decimal32 operator+ (decimal32 __lhs, decimal32 __rhs) decimal32 operator+ (decimal32 __lhs, int __rhs) decimal32 operator+ (decimal32 __lhs, unsigned int __rhs) decimal32 operator+ (decimal32 __lhs, long __rhs) decimal32 operator+ (decimal32 __lhs, unsigned long __rhs) decimal32 operator+ (decimal32 __lhs, long long __rhs) decimal32 operator+ (decimal32 __lhs, unsigned long long __rhs) decimal32 operator+ (int __lhs, decimal32 __rhs) decimal32 operator+ (unsigned int __lhs, decimal32 __rhs) decimal32 operator+ (long __lhs, decimal32 __rhs) decimal32 operator+ (unsigned long __lhs, decimal32 __rhs) decimal32 operator+ (long long __lhs, decimal32 __rhs) decimal32 operator+ (unsigned long long __lhs, decimal32 __rhs) decimal64 operator+ (decimal32 __lhs, decimal64 __rhs) decimal64 operator+ (decimal64 __lhs, decimal32 __rhs) decimal64 operator+ (decimal64 __lhs, decimal64 __rhs) decimal64 operator+ (unsigned long long __lhs, decimal64 __rhs) decimal64 operator+ (decimal64 __lhs, int __rhs) decimal64 operator+ (decimal64 __lhs, unsigned int __rhs) decimal64 operator+ (decimal64 __lhs, long __rhs) decimal64 operator+ (decimal64 __lhs, unsigned long __rhs) decimal64 operator+ (decimal64 __lhs, long long __rhs) decimal64 operator+ (decimal64 __lhs, unsigned long long __rhs) decimal64 operator+ (int __lhs, decimal64 __rhs) decimal64 operator+ (unsigned int __lhs, decimal64 __rhs) decimal64 operator+ (long __lhs, decimal64 __rhs) decimal64 operator+ (unsigned long __lhs, decimal64 __rhs) decimal64 operator+ (long long __lhs, decimal64 __rhs) decimal128 operator+ (decimal32 __lhs, decimal128 __rhs) decimal128 operator+ (decimal64 __lhs, decimal128 __rhs) decimal128 operator+ (decimal128 __lhs, decimal32 __rhs) decimal128 operator+ (decimal128 __lhs, decimal64 __rhs) decimal128 operator+ (decimal128 __lhs, decimal128 __rhs) decimal128 operator+ (decimal128 __lhs, int __rhs) decimal128 operator+ (decimal128 __lhs, unsigned int __rhs) decimal128 operator+ (decimal128 __lhs, long __rhs) decimal128 operator+ (decimal128 __lhs, unsigned long __rhs) decimal128 operator+ (decimal128 __lhs, long long __rhs) decimal128 operator+ (decimal128 __lhs, unsigned long long __rhs) decimal128 operator+ (int __lhs, decimal128 __rhs) decimal128 operator+ (unsigned int __lhs, decimal128 __rhs) decimal128 operator+ (long __lhs, decimal128 __rhs) decimal128 operator+ (unsigned long __lhs, decimal128 __rhs) decimal128 operator+ (long long __lhs, decimal128 __rhs) decimal128 operator+ (unsigned long long __lhs, decimal128 __rhs) decimal32 operator- (decimal32 __rhs) decimal64 operator- (decimal64 __rhs) decimal128 operator- (decimal128 __rhs) decimal32 operator- (decimal32 __lhs, decimal32 __rhs) decimal32 operator- (decimal32 __lhs, int __rhs) decimal32 operator- (decimal32 __lhs, unsigned int __rhs) decimal32 operator- (decimal32 __lhs, long __rhs) decimal32 operator- (decimal32 __lhs, unsigned long __rhs) decimal32 operator- (decimal32 __lhs, long long __rhs) decimal32 operator- (decimal32 __lhs, unsigned long long __rhs) decimal32 operator- (int __lhs, decimal32 __rhs) decimal32 operator- (unsigned int __lhs, decimal32 __rhs) decimal32 operator- (long __lhs, decimal32 __rhs) decimal32 operator- (unsigned long __lhs, decimal32 __rhs) decimal32 operator- (long long __lhs, decimal32 __rhs) decimal32 operator- (unsigned long long __lhs, decimal32 __rhs) decimal64 operator- (decimal32 __lhs, decimal64 __rhs) decimal64 operator- (decimal64 __lhs, decimal32 __rhs) decimal64 operator- (decimal64 __lhs, decimal64 __rhs) decimal64 operator- (decimal64 __lhs, int __rhs) decimal64 operator- (decimal64 __lhs, unsigned int __rhs) decimal64 operator- (decimal64 __lhs, long __rhs) decimal64 operator- (decimal64 __lhs, unsigned long __rhs) decimal64 operator- (decimal64 __lhs, long long __rhs) decimal64 operator- (decimal64 __lhs, unsigned long long __rhs) decimal64 operator- (int __lhs, decimal64 __rhs) decimal64 operator- (unsigned int __lhs, decimal64 __rhs) decimal64 operator- (long __lhs, decimal64 __rhs) decimal64 operator- (unsigned long __lhs, decimal64 __rhs) decimal64 operator- (long long __lhs, decimal64 __rhs) decimal64 operator- (unsigned long long __lhs, decimal64 __rhs) decimal128 operator- (decimal32 __lhs, decimal128 __rhs) decimal128 operator- (decimal64 __lhs, decimal128 __rhs) decimal128 operator- (decimal128 __lhs, decimal32 __rhs) decimal128 operator- (decimal128 __lhs, decimal64 __rhs) decimal128 operator- (decimal128 __lhs, decimal128 __rhs) decimal128 operator- (decimal128 __lhs, int __rhs) decimal128 operator- (decimal128 __lhs, unsigned int __rhs) decimal128 operator- (decimal128 __lhs, long __rhs) decimal128 operator- (decimal128 __lhs, unsigned long __rhs) decimal128 operator- (decimal128 __lhs, long long __rhs) decimal128 operator- (decimal128 __lhs, unsigned long long __rhs) decimal128 operator- (int __lhs, decimal128 __rhs) decimal128 operator- (unsigned int __lhs, decimal128 __rhs) decimal128 operator- (long __lhs, decimal128 __rhs) decimal128 operator- (unsigned long __lhs, decimal128 __rhs) decimal128 operator- (long long __lhs, decimal128 __rhs) decimal128 operator- (unsigned long long __lhs, decimal128 __rhs) decimal32 operator/ (decimal32 __lhs, decimal32 __rhs) decimal32 operator/ (decimal32 __lhs, int __rhs) decimal32 operator/ (decimal32 __lhs, unsigned int __rhs) decimal32 operator/ (decimal32 __lhs, long __rhs) decimal32 operator/ (decimal32 __lhs, unsigned long __rhs) decimal32 operator/ (decimal32 __lhs, long long __rhs) decimal32 operator/ (decimal32 __lhs, unsigned long long __rhs) decimal32 operator/ (int __lhs, decimal32 __rhs) decimal32 operator/ (unsigned int __lhs, decimal32 __rhs) decimal32 operator/ (long __lhs, decimal32 __rhs) decimal32 operator/ (unsigned long __lhs, decimal32 __rhs) decimal32 operator/ (long long __lhs, decimal32 __rhs) decimal32 operator/ (unsigned long long __lhs, decimal32 __rhs) decimal64 operator/ (decimal32 __lhs, decimal64 __rhs) decimal64 operator/ (decimal64 __lhs, decimal32 __rhs) decimal64 operator/ (decimal64 __lhs, decimal64 __rhs) decimal64 operator/ (decimal64 __lhs, int __rhs) decimal64 operator/ (decimal64 __lhs, unsigned int __rhs) decimal64 operator/ (decimal64 __lhs, long __rhs) decimal64 operator/ (decimal64 __lhs, unsigned long __rhs) decimal64 operator/ (decimal64 __lhs, long long __rhs) decimal64 operator/ (decimal64 __lhs, unsigned long long __rhs) decimal64 operator/ (int __lhs, decimal64 __rhs) decimal64 operator/ (unsigned int __lhs, decimal64 __rhs) decimal64 operator/ (long __lhs, decimal64 __rhs) decimal64 operator/ (unsigned long __lhs, decimal64 __rhs) decimal64 operator/ (long long __lhs, decimal64 __rhs) decimal64 operator/ (unsigned long long __lhs, decimal64 __rhs) decimal128 operator/ (decimal32 __lhs, decimal128 __rhs) decimal128 operator/ (decimal64 __lhs, decimal128 __rhs) decimal128 operator/ (decimal128 __lhs, decimal32 __rhs) decimal128 operator/ (decimal128 __lhs, decimal64 __rhs) decimal128 operator/ (decimal128 __lhs, decimal128 __rhs) decimal128 operator/ (decimal128 __lhs, long __rhs) decimal128 operator/ (long long __lhs, decimal128 __rhs) decimal128 operator/ (decimal128 __lhs, int __rhs) decimal128 operator/ (decimal128 __lhs, unsigned int __rhs) decimal128 operator/ (decimal128 __lhs, unsigned long __rhs) decimal128 operator/ (decimal128 __lhs, long long __rhs) decimal128 operator/ (decimal128 __lhs, unsigned long long __rhs) decimal128 operator/ (int __lhs, decimal128 __rhs) decimal128 operator/ (unsigned int __lhs, decimal128 __rhs) decimal128 operator/ (long __lhs, decimal128 __rhs) decimal128 operator/ (unsigned long __lhs, decimal128 __rhs) decimal128 operator/ (unsigned long long __lhs, decimal128 __rhs) bool operator< (unsigned long __lhs, decimal32 __rhs) bool operator< (decimal32 __lhs, decimal32 __rhs) bool operator< (decimal32 __lhs, decimal64 __rhs) bool operator< (decimal32 __lhs, decimal128 __rhs) bool operator< (decimal32 __lhs, int __rhs) bool operator< (decimal32 __lhs, long __rhs) bool operator< (decimal32 __lhs, unsigned long __rhs) bool operator< (decimal32 __lhs, long long __rhs) bool operator< (int __lhs, decimal32 __rhs) bool operator< (long __lhs, decimal32 __rhs) bool operator< (decimal32 __lhs, unsigned long long __rhs) bool operator< (long long __lhs, decimal32 __rhs) bool operator< (unsigned long long __lhs, decimal32 __rhs) bool operator< (unsigned int __lhs, decimal32 __rhs) bool operator< (decimal32 __lhs, unsigned int __rhs) bool operator< (long __lhs, decimal64 __rhs) bool operator< (unsigned long __lhs, decimal64 __rhs) bool operator< (decimal64 __lhs, decimal64 __rhs) bool operator< (unsigned long long __lhs, decimal64 __rhs) bool operator< (long long __lhs, decimal64 __rhs) bool operator< (decimal64 __lhs, decimal32 __rhs) bool operator< (decimal64 __lhs, decimal128 __rhs) bool operator< (decimal64 __lhs, unsigned int __rhs) bool operator< (decimal64 __lhs, int __rhs) bool operator< (int __lhs, decimal64 __rhs) bool operator< (unsigned int __lhs, decimal64 __rhs) bool operator< (decimal64 __lhs, long long __rhs) bool operator< (decimal64 __lhs, long __rhs) bool operator< (decimal64 __lhs, unsigned long __rhs) bool operator< (decimal64 __lhs, unsigned long long __rhs) bool operator< (unsigned long __lhs, decimal128 __rhs) bool operator< (decimal128 __lhs, unsigned long long __rhs) bool operator< (decimal128 __lhs, unsigned int __rhs) bool operator< (unsigned long long __lhs, decimal128 __rhs) bool operator< (decimal128 __lhs, decimal32 __rhs) bool operator< (int __lhs, decimal128 __rhs) bool operator< (unsigned int __lhs, decimal128 __rhs) bool operator< (long long __lhs, decimal128 __rhs) bool operator< (long __lhs, decimal128 __rhs) bool operator< (decimal128 __lhs, unsigned long __rhs) bool operator< (decimal128 __lhs, int __rhs) bool operator< (decimal128 __lhs, decimal64 __rhs) bool operator< (decimal128 __lhs, long __rhs) bool operator< (decimal128 __lhs, decimal128 __rhs) bool operator< (decimal128 __lhs, long long __rhs) bool operator== (decimal32 __lhs, unsigned long __rhs) bool operator== (decimal32 __lhs, decimal128 __rhs) bool operator== (decimal32 __lhs, decimal32 __rhs) bool operator== (decimal32 __lhs, decimal64 __rhs) bool operator== (decimal32 __lhs, int __rhs) bool operator== (decimal32 __lhs, unsigned int __rhs) bool operator== (decimal32 __lhs, long __rhs) bool operator== (decimal32 __lhs, long long __rhs) bool operator== (decimal32 __lhs, unsigned long long __rhs) bool operator== (int __lhs, decimal32 __rhs) bool operator== (unsigned int __lhs, decimal32 __rhs) bool operator== (long __lhs, decimal32 __rhs) bool operator== (unsigned long __lhs, decimal32 __rhs) bool operator== (long long __lhs, decimal32 __rhs) bool operator== (unsigned long long __lhs, decimal32 __rhs) bool operator== (unsigned long long __lhs, decimal64 __rhs) bool operator== (long __lhs, decimal64 __rhs) bool operator== (decimal64 __lhs, long long __rhs) bool operator== (decimal64 __lhs, unsigned int __rhs) bool operator== (decimal64 __lhs, decimal128 __rhs) bool operator== (long long __lhs, decimal64 __rhs) bool operator== (decimal64 __lhs, int __rhs) bool operator== (decimal64 __lhs, long __rhs) bool operator== (decimal64 __lhs, decimal32 __rhs) bool operator== (decimal64 __lhs, decimal64 __rhs) bool operator== (decimal64 __lhs, unsigned long __rhs) bool operator== (decimal64 __lhs, unsigned long long __rhs) bool operator== (int __lhs, decimal64 __rhs) bool operator== (unsigned int __lhs, decimal64 __rhs) bool operator== (unsigned long __lhs, decimal64 __rhs) bool operator== (int __lhs, decimal128 __rhs) bool operator== (unsigned int __lhs, decimal128 __rhs) bool operator== (long __lhs, decimal128 __rhs) bool operator== (long long __lhs, decimal128 __rhs) bool operator== (unsigned long long __lhs, decimal128 __rhs) bool operator== (unsigned long __lhs, decimal128 __rhs) bool operator== (decimal128 __lhs, decimal32 __rhs) bool operator== (decimal128 __lhs, unsigned int __rhs) bool operator== (decimal128 __lhs, unsigned long long __rhs) bool operator== (decimal128 __lhs, unsigned long __rhs) bool operator== (decimal128 __lhs, decimal128 __rhs) bool operator== (decimal128 __lhs, long long __rhs) bool operator== (decimal128 __lhs, decimal64 __rhs) bool operator== (decimal128 __lhs, int __rhs) bool operator== (decimal128 __lhs, long __rhs) bool operator> (unsigned int __lhs, decimal32 __rhs) bool operator> (long __lhs, decimal32 __rhs) bool operator> (decimal32 __lhs, decimal128 __rhs) bool operator> (decimal32 __lhs, long long __rhs) bool operator> (decimal32 __lhs, unsigned long long __rhs) bool operator> (decimal32 __lhs, unsigned long __rhs) bool operator> (decimal32 __lhs, decimal32 __rhs) bool operator> (decimal32 __lhs, decimal64 __rhs) bool operator> (decimal32 __lhs, long __rhs) bool operator> (unsigned long __lhs, decimal32 __rhs) bool operator> (unsigned long long __lhs, decimal32 __rhs) bool operator> (long long __lhs, decimal32 __rhs) bool operator> (decimal32 __lhs, unsigned int __rhs) bool operator> (int __lhs, decimal32 __rhs) bool operator> (decimal32 __lhs, int __rhs) bool operator> (decimal64 __lhs, unsigned long long __rhs) bool operator> (decimal64 __lhs, decimal32 __rhs) bool operator> (unsigned long __lhs, decimal64 __rhs) bool operator> (unsigned long long __lhs, decimal64 __rhs) bool operator> (long long __lhs, decimal64 __rhs) bool operator> (int __lhs, decimal64 __rhs) bool operator> (decimal64 __lhs, unsigned int __rhs) bool operator> (decimal64 __lhs, unsigned long __rhs) bool operator> (decimal64 __lhs, decimal128 __rhs) bool operator> (decimal64 __lhs, long __rhs) bool operator> (decimal64 __lhs, long long __rhs) bool operator> (decimal64 __lhs, decimal64 __rhs) bool operator> (decimal64 __lhs, int __rhs) bool operator> (long __lhs, decimal64 __rhs) bool operator> (unsigned int __lhs, decimal64 __rhs) bool operator> (decimal128 __lhs, decimal128 __rhs) bool operator> (int __lhs, decimal128 __rhs) bool operator> (decimal128 __lhs, unsigned long __rhs) bool operator> (unsigned long long __lhs, decimal128 __rhs) bool operator> (decimal128 __lhs, unsigned int __rhs) bool operator> (unsigned int __lhs, decimal128 __rhs) bool operator> (decimal128 __lhs, decimal32 __rhs) bool operator> (decimal128 __lhs, unsigned long long __rhs) bool operator> (decimal128 __lhs, long __rhs) bool operator> (unsigned long __lhs, decimal128 __rhs) bool operator> (decimal128 __lhs, int __rhs) bool operator> (long long __lhs, decimal128 __rhs) bool operator> (long __lhs, decimal128 __rhs) bool operator> (decimal128 __lhs, decimal64 __rhs) bool operator> (decimal128 __lhs, long long __rhs) bool operator>= (long long __lhs, decimal32 __rhs) bool operator>= (unsigned long __lhs, decimal32 __rhs) bool operator>= (decimal32 __lhs, decimal64 __rhs) bool operator>= (decimal32 __lhs, unsigned int __rhs) bool operator>= (decimal32 __lhs, decimal32 __rhs) bool operator>= (decimal32 __lhs, int __rhs) bool operator>= (decimal32 __lhs, decimal128 __rhs) bool operator>= (unsigned long long __lhs, decimal32 __rhs) bool operator>= (unsigned int __lhs, decimal32 __rhs) bool operator>= (long __lhs, decimal32 __rhs) bool operator>= (decimal32 __lhs, unsigned long long __rhs) bool operator>= (decimal32 __lhs, long long __rhs) bool operator>= (int __lhs, decimal32 __rhs) bool operator>= (decimal32 __lhs, long __rhs) bool operator>= (decimal32 __lhs, unsigned long __rhs) bool operator>= (unsigned long long __lhs, decimal64 __rhs) bool operator>= (decimal64 __lhs, unsigned long long __rhs) bool operator>= (decimal64 __lhs, long long __rhs) bool operator>= (decimal64 __lhs, decimal64 __rhs) bool operator>= (decimal64 __lhs, decimal32 __rhs) bool operator>= (decimal64 __lhs, unsigned int __rhs) bool operator>= (decimal64 __lhs, unsigned long __rhs) bool operator>= (decimal64 __lhs, decimal128 __rhs) bool operator>= (long __lhs, decimal64 __rhs) bool operator>= (decimal64 __lhs, long __rhs) bool operator>= (unsigned int __lhs, decimal64 __rhs) bool operator>= (decimal64 __lhs, int __rhs) bool operator>= (unsigned long __lhs, decimal64 __rhs) bool operator>= (int __lhs, decimal64 __rhs) bool operator>= (long long __lhs, decimal64 __rhs) bool operator>= (decimal128 __lhs, int __rhs) bool operator>= (int __lhs, decimal128 __rhs) bool operator>= (decimal128 __lhs, unsigned long __rhs) bool operator>= (long long __lhs, decimal128 __rhs) bool operator>= (decimal128 __lhs, decimal64 __rhs) bool operator>= (unsigned long __lhs, decimal128 __rhs) bool operator>= (decimal128 __lhs, decimal32 __rhs) bool operator>= (decimal128 __lhs, long __rhs) bool operator>= (decimal128 __lhs, unsigned int __rhs) bool operator>= (decimal128 __lhs, long long __rhs) bool operator>= (decimal128 __lhs, decimal128 __rhs) bool operator>= (unsigned int __lhs, decimal128 __rhs) bool operator>= (decimal128 __lhs, unsigned long long __rhs) bool operator>= (long __lhs, decimal128 __rhs) bool operator>= (unsigned long long __lhs, decimal128 __rhs) Detailed Description ISO/IEC TR 24733 Decimal floating-point arithmetic. Function Documentation long long std::decimal::decimal32_to_long_long (decimal32__d) Non-conforming extension: Conversion to integral type. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Nov 27 2012 std::decimal(3cxx)
All times are GMT -4. The time now is 08:57 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy